home *** CD-ROM | disk | FTP | other *** search
- object frmLock: TfrmLock
- Left = 200
- Top = 104
- BorderStyle = bsDialog
- Caption = 'frmLock'
- ClientHeight = 393
- ClientWidth = 527
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- Scaled = False
- OnCreate = FormCreate
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Label4: TLabel
- Left = 12
- Top = 104
- Width = 297
- Height = 17
- AutoSize = False
- Caption = 'Currently Locked Files'
- end
- object gridLock: TStringGrid
- Left = 8
- Top = 124
- Width = 509
- Height = 217
- DefaultRowHeight = 19
- RowCount = 101
- Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goColSizing, goThumbTracking]
- TabOrder = 0
- end
- object btnClose: TButton
- Left = 444
- Top = 356
- Width = 75
- Height = 25
- Caption = 'Close'
- ModalResult = 1
- TabOrder = 1
- end
- object GroupBox1: TGroupBox
- Left = 8
- Top = 4
- Width = 509
- Height = 85
- Caption = 'Current File'
- TabOrder = 2
- object Label1: TLabel
- Left = 8
- Top = 20
- Width = 120
- Height = 17
- AutoSize = False
- Caption = 'Name:'
- end
- object Label2: TLabel
- Left = 8
- Top = 40
- Width = 120
- Height = 17
- AutoSize = False
- Caption = 'Folder:'
- end
- object lbluser: TLabel
- Left = 8
- Top = 60
- Width = 120
- Height = 17
- AutoSize = False
- Caption = 'Locked by'
- end
- object lblFilename: TLabel
- Left = 136
- Top = 20
- Width = 305
- Height = 17
- AutoSize = False
- Caption = 'lblFilename'
- end
- object lblFolder: TLabel
- Left = 136
- Top = 40
- Width = 305
- Height = 17
- AutoSize = False
- Caption = 'lblFolder'
- end
- object lblIsLocked: TLabel
- Left = 136
- Top = 60
- Width = 305
- Height = 17
- AutoSize = False
- Caption = 'lblIsLocked'
- end
- end
- end
-